home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 2 / CU Amiga Magazine's Super CD-ROM 02 (1996)(EMAP Images)(GB)[!][issue 1996-04].iso / magazine / amiga_e / amigae.jan.archive / 000034_crash!uniwa.uwa…!multi!robbage_Sun, 16 Jan 94 01:10:36 PST.msg < prev    next >
Text File  |  1994-02-17  |  1KB  |  33 lines

  1. Received: by bkhouse.cts.com (V1.17-beta/Amiga)
  2.       id <1lcl@bkhouse.cts.com>; Sun, 16 Jan 94 01:10:36 PST
  3. Received: from uniwa.uwa.edu.au by crash.cts.com with smtp
  4.     (Smail3.1.28.1 #18) id m0pLB7q-0000iqC; Sat, 15 Jan 94 05:33 PST
  5. Received: from localhost (uucp@localhost) by uniwa.uwa.edu.au (8.6.4/8.6.4) id VAA01147 for bkhouse.cts.com!AmigaE; Sat, 15 Jan 1994 21:33:13 +0800
  6. Received: by multi.multiline.com.au (Smail3.1.28.1 #6)
  7.     id m0pL902-0003TsC; Sat, 15 Jan 94 19:17 WST
  8. Message-Id: <m0pL902-0003TsC@multi.multiline.com.au>
  9. Date: Sat, 15 Jan 1994 19:17:02 +0800 (WST)
  10. In-Reply-To: <01H7JU3KWKKK934U3S@UNCA.EDU> from "Joseph E. Van_Riper III" at Jan 11, 94 09:08:13 am
  11. X-Mailer: ELM [version 2.4 PL21]
  12. MIME-Version: 1.0
  13. Content-Type: text/plain; charset=US-ASCII
  14. Content-Transfer-Encoding: 7bit
  15. Content-Length: 397
  16. From: robbage@multi.multiline.com.au (Rob Nottage)
  17. To: AmigaE@bkhouse.cts.com
  18. Subject: Re: String and Long
  19.  
  20. > > 1) I have a string and long variables. How can I concatenate them ?
  21. > StringF(num,'\d',j-1)
  22. >          \         \
  23. >           \         \_____a long value
  24. >            \____ a buffer
  25. > StrAdd(foo,num,ALL)
  26. >         \    \
  27. >          \    \____ the above buffer
  28. >           \____ the string you want to concat. the number to.
  29.  
  30. Why not simply StringF(string,'\s \d',otherstring,number)
  31.